home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / flashbox.swf / scripts / DefineButton2_87 / BUTTONCONDACTION on(keyPress Right).as next >
Encoding:
Text File  |  2006-09-05  |  258 b   |  15 lines

  1. on(keyPress "<Right>"){
  2.    if(Running)
  3.    {
  4.       XDelta = "1";
  5.       YDelta = "0";
  6.       MoveMode = "Translate";
  7.       call("MovePiece");
  8.       tellTarget("MoveSound")
  9.       {
  10.          gotoAndStop("MoveSound");
  11.          play();
  12.       }
  13.    }
  14. }
  15.